home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 November / EnterCD 11_2002.iso / Internet / Amaya 6.4 / Windows 9x.exe / _SETUP.1 / about_producing_accessible_content.html < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-11  |  4.5 KB  |  111 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.     
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  8.   <title>About Producing Accessible Content</title>
  9.   <style type="text/css">  </style>
  10.   <meta name="GENERATOR" content="amaya 5.2" />
  11.   <link href="../style.css" rel="stylesheet" type="text/css" />
  12. </head>
  13.  
  14. <body xml:lang="en" lang="en">
  15.  
  16. <table border="0" summary="toc">
  17.   <tbody>
  18.     <tr>
  19.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  20.         src="../../images/amaya.gif" /></td>
  21.       <td><p><a href="about_amayas_accessibility_features.html" accesskey="p"><img alt="previous"
  22.         src="../../images/left.gif" /></a> 
  23.         <a href="../Access.html" accesskey="t"><img alt="top" src="../../images/up.gif" /></a> 
  24.         </p>
  25.       </td>
  26.     </tr>
  27.   </tbody>
  28. </table>
  29.  
  30. <div id="page_body">
  31. <h1>About Producing Accessible Content</h1>
  32.  
  33. <p>You can use Amaya to produce content that conforms to the W3C's Web
  34. Content Accessibility Guidelines. Some <span class="Link0"><a
  35. href="about_amayas_accessibility_features.html">accessibility
  36. features</a></span> are already built in. For example, you cannot add an
  37. image until you specify the alternative text because of the requirement for
  38. an <code>alt</code> attribute for images and imagemap areas.</p>
  39.  
  40. <p>Amaya also automatically produces valid W3C-compliant markup. However, you
  41. control other features, such as appropriate long descriptions and captioning,
  42. through the <strong>Attributes</strong> menu (Formatted view) or
  43. <strong>Structure</strong> menu (Structure view).</p>
  44.  
  45. <p>The Amaya Help currently describes how to use some HTML elements. As
  46. additional documentation is written, it will include information on ensuring
  47. accessibility for any pages that you produce.</p>
  48.  
  49. <p>The most thorough guidelines are the W3C's Web Content Accessibility
  50. Guidelines. The W3C's Web Accessibility Initiative also publishes the
  51. following quick tips for making accessible Web sites:</p>
  52. <ul>
  53.   <li><strong>Images & animations</strong>. Use the <code>alt</code>
  54.     attribute to describe the function of each visual. For more information,
  55.     see <span class="Link0">Working with Graphics</span>.
  56.     <p></p>
  57.   </li>
  58.   <li><strong>Image maps</strong>. Use client-side MAP and text for hotspots.
  59.     For more information, see <span class="Link0">Working with Image
  60.     Maps</span>.
  61.     <p></p>
  62.   </li>
  63.   <li><strong>Multimedia</strong>. Provide captioning and transcripts of
  64.     audio, and descriptions of video.
  65.     <p></p>
  66.   </li>
  67.   <li><strong>Hypertext links</strong>. Use text that makes sense when read
  68.     out of context. For example, avoid using "click here" as the link text.
  69.     <p></p>
  70.   </li>
  71.   <li><strong>Page organization</strong>. Use headings, lists, and a
  72.     consistent structure. Use CSS for layout and style where possible. For
  73.     more information, see <span class="Link0"><a
  74.     href="../style_sheets/working_with_styles.html">Working with Style
  75.     Sheets</a></span>.
  76.     <p></p>
  77.   </li>
  78.   <li><strong>Graphs and charts</strong>. Summarize the data or use the <span
  79.     class="Link0"><span style="font-family: courier">longdesc</span>
  80.     attribute</span>. For more information, see <span class="Link0"><a
  81.     href="../using_graphics/working_with_graphics.html">Working with
  82.     Graphics</a></span>.
  83.     <p></p>
  84.   </li>
  85.   <li><strong>Scripts, applets, and plug-ins</strong>. Provide alternative
  86.     content in case active features are inaccessible or unsupported.
  87.     <p></p>
  88.   </li>
  89.   <li><strong>Tables</strong>. Use tables to make line-by-line reading
  90.     sensible and to summarize data. For more information, see <span
  91.     class="Link0"><a
  92.     href="../editing_tables/working_with_tables.html">Working with
  93.     Tables</a></span>.
  94.     <p></p>
  95.   </li>
  96.   <li><strong>Frames</strong>.  Display pages without frames, using
  97.     <code>NOFRAMES</code> and meaningful titles.
  98.     <p></p>
  99.   </li>
  100.   <li><strong>Check your work</strong>. Validate your documents prior to
  101.     <span class="Link0"><a
  102.     href="../saving_and_publishing_documents/saving_and_publishing_documents.html">publishing</a></span>.
  103.     You can use the W3C tools, checklist, and guidelines at:
  104.     <p><span class="Link0"><a href="http://www.w3.org/TR/WAI-WEBCONTENT">http://www.w3.org/TR/WAI-WEBCONTENT.</a></span></p>
  105.   </li>
  106. </ul>
  107. </div>
  108.  
  109. </body>
  110. </html>
  111.